|
simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"Functions | |
| void | putDec (int number) |
| Print string representation of a decimal number to the debug port. | |
Function to print a decimal number to the default terminal.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
| void putDec | ( | int | value | ) |
Print string representation of a decimal number to the debug port.
| value | Number to print. |
1.8.1.2